Skip to main content

Executing hook on transaction begin.

Short Description

A replication transaction is waiting to apply.

Detailed Description​

When group_replication_consistency is set to BEFORE (or includes it), while a transaction is waiting for the applying queue to be committed, it’s possible to track those waiting transactions by running the following query:

SELECT * FROM information_schema.processlist WHERE state='Executing hook on transaction begin.';

How to reduce this wait​

Not available yet. Contributions welcome.

Search online​

If this article doesn't have the information you need you can try searching online. Remember, you can contribute suggestions to this page.